Explosure

Undocumented in source.

Constructors

this
this(MainGameObject root, float[3] coords, float[3] coords1, float[3] coords2, LiveGameObject hero)
Undocumented in source.

Members

Functions

draw
void draw(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
tick
bool tick(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

the_hero
LiveGameObject the_hero;
Undocumented in source.
timer
float timer;
Undocumented in source.
x1
float x1;
Undocumented in source.
x2
float x2;
y1
float y1;
y2
float y2;
z1
float z1;
z2
float z2;
Undocumented in source.

Inherited Members

From StaticGameObject

x
float x;
y
float y;
z
float z;
Undocumented in source.
load
void load(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta